home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mastering Computers 3
/
Mastering Computers Vol 3.iso
/
Windows 3.1x
/
utils
/
W3SETCOM.ZIP
/
SETCOM.ASM
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1990-06-29
|
232 b
|
23 lines
.MODEL TINY
include stdmac.inc
.CODE
.STARTUP
gocom:
mov ax,40h
mov ds,ax
mov di,4
mov ds:[di],03e8h
inc di
inc di
mov ds:[di],02e8h
mov al,0
@ExitToDos
end